home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 111 / PC Guia 111.iso / Software / Utils / NetObjects Fusion 7.0 / NOF7Trial.exe / data1.cab / Fsi_-_English / PhotoGallery / descriptions.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-06-12  |  477 b   |  32 lines

  1. BODY {
  2.     padding:5px;
  3.     margin:0px;
  4. }
  5.  
  6. BODY, TD, P,INPUT,SELECT,TEXTAREA {
  7.     font-size:11px;
  8.     font-family:Verdana;
  9. }
  10. .small {
  11.     font-size:9px;
  12.     font-weight: normal;
  13. }
  14. .title {
  15.     font-size:11px;
  16.     font-weight: bold;
  17. }
  18. .note {
  19.     background-color: #ffff99;
  20.     border: 1px solid #000000;#
  21.     padding: 5px;
  22.     font-size:10px;
  23.     font-weight: normal;
  24.     width: 325px;
  25.     height: 50px;
  26.     position: relative;
  27. }
  28. .alert {
  29.     font-size:10px;
  30.     font-weight: bold;
  31.     color: #cc0000
  32. }